home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / Misc / aa_m68k_Only / Encircle / Encircle.app / English.lproj / Preferences.nib / data.classes next >
Encoding:
Text File  |  1995-12-13  |  3.6 KB  |  98 lines

  1. MultiView = {ACTIONS = {}; OUTLETS = {optionView = optionView; }; SUPERCLASS = View; };
  2. PreferencesController = {
  3.     ACTIONS = {
  4.     "addServer:" = "addServer:"; 
  5.     "browserClick:" = "browserClick:"; 
  6.     "browserDoubleClick:" = "browserDoubleClick:"; 
  7.     "configureServer:" = "configureServer:"; 
  8.     "connectToServer:" = "connectToServer:"; 
  9.     "deleteServer:" = "deleteServer:"; 
  10.     "selectPreference:" = "selectPreference:"; 
  11.     "showPreferences:" = "showPreferences:"; 
  12.     }; 
  13.     OUTLETS = {
  14.     actionColorWell = actionColorWell; 
  15.     addButton = addButton; 
  16.     alternateNicknameTextField = alternateNicknameTextField; 
  17.     awayMessageTextField = awayMessageTextField; 
  18.     channelConfiguration = channelConfiguration; 
  19.     colorFontConfiguration = colorFontConfiguration; 
  20.     connectButton = connectButton; 
  21.     connectOnStartupSwitch = connectOnStartupSwitch; 
  22.     deleteButton = deleteButton; 
  23.     emailAddressTextField = emailAddressTextField; 
  24.     enableServerRotationSwitch = enableServerRotationSwitch; 
  25.     joinChannelOnInviteSwitch = joinChannelOnInviteSwitch; 
  26.     joinColorWell = joinColorWell; 
  27.     multiView = multiView; 
  28.     nicknameTextField = nicknameTextField; 
  29.     noticeColorWell = noticeColorWell; 
  30.     partColorWell = partColorWell; 
  31.     preferenceWindow = preferenceWindow; 
  32.     quitMessageTextField = quitMessageTextField; 
  33.     realnameTextField = realnameTextField; 
  34.     rejoinChannelOnKickSwitch = rejoinChannelOnKickSwitch; 
  35.     serverBrowser = serverBrowser; 
  36.     serverConfiguration = serverConfiguration; 
  37.     serverController = serverController; 
  38.     serverNameTextField = serverNameTextField; 
  39.     serverPortTextField = serverPortTextField; 
  40.     showJoinsSwitch = showJoinsSwitch; 
  41.     showModeChangesSwitch = showModeChangesSwitch; 
  42.     showQuitsSwitch = showQuitsSwitch; 
  43.     soundAlertOnMessageSwitch = soundAlertOnMessageSwitch; 
  44.     useSeperateMessageWindowSwitch = useSeperateMessageWindowSwitch; 
  45.     userConfiguration = userConfiguration; 
  46.     }; 
  47.     SUPERCLASS = NSObject; 
  48. };
  49. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  50. Controller = {
  51.     ACTIONS = {
  52.     "appDidInit:" = "appDidInit:"; 
  53.     "showAdoptNewDB:" = "showAdoptNewDB:"; 
  54.     "showAuditorStatus:" = "showAuditorStatus:"; 
  55.     "showInfo:" = "showInfo:"; 
  56.     "showInternalStatus:" = "showInternalStatus:"; 
  57.     "showLogControl:" = "showLogControl:"; 
  58.     "showPLCellular:" = "showPLCellular:"; 
  59.     "showPLLandOS:" = "showPLLandOS:"; 
  60.     "showPLLandUS:" = "showPLLandUS:"; 
  61.     "showPreference:" = "showPreference:"; 
  62.     "showRCCellular:" = "showRCCellular:"; 
  63.     "showRCLandOS:" = "showRCLandOS:"; 
  64.     "showRCLandUS:" = "showRCLandUS:"; 
  65.     "showRQCellular:" = "showRQCellular:"; 
  66.     "showRQLandOS:" = "showRQLandOS:"; 
  67.     "showRQLandUS:" = "showRQLandUS:"; 
  68.     "showSystemStatus:" = "showSystemStatus:"; 
  69.     }; 
  70.     OUTLETS = {
  71.     auditor = auditor; 
  72.     infoPanel = infoPanel; 
  73.     machineName = machineName; 
  74.     theASControlObject = theASControlObject; 
  75.     theAdoptNewDBControlObject = theAdoptNewDBControlObject; 
  76.     theAuditorControlObject = theAuditorControlObject; 
  77.     theISControlObject = theISControlObject; 
  78.     thePreferenceControlObject = thePreferenceControlObject; 
  79.     theRatingControlObject = theRatingControlObject; 
  80.     theSSControlObject = theSSControlObject; 
  81.     usCallDuration = usCallDuration; 
  82.     usCallStartDate = usCallStartDate; 
  83.     usCallStartTime = usCallStartTime; 
  84.     usDestinationLine = usDestinationLine; 
  85.     usDestinationNPA = usDestinationNPA; 
  86.     usDestinationNXX = usDestinationNXX; 
  87.     usMaxTime = usMaxTime; 
  88.     usMonthlyVolumeInDollars = usMonthlyVolumeInDollars; 
  89.     usMonthlyVolumeInHours = usMonthlyVolumeInHours; 
  90.     usOriginLine = usOriginLine; 
  91.     usOriginNPA = usOriginNPA; 
  92.     usOriginNXX = usOriginNXX; 
  93.     usPurchaseAmount = usPurchaseAmount; 
  94.     window = window; 
  95.     }; 
  96.     SUPERCLASS = Object; 
  97. };
  98.